home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / SpermView.BackModule / sperm.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  327 b   |  24 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. SpermView = {
  10.     ACTIONS = {
  11.     setUseColor:;
  12.     setLineWidth:;
  13.     setNumLines:;
  14.     inspector:;
  15.     };
  16.     OUTLETS = {
  17.     spermCountSlider;
  18.     colorButton;
  19.     spermWidthSlider;
  20.     inspectorPanel;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24.